home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
enigma
/
earcd
/
utility
/
utilmisc
/
queue.rdm
< prev
next >
Wrap
Text File
|
1997-01-18
|
729b
|
16 lines
Short: Message queue library
Author: fasten@shw.com (Bernhard Fastenrath)
Uploader: fasten@shw.com (Bernhard Fastenrath)
Version: 3.1
Type: util/libs
This library allows several task to write to a message queue which can be
read by several other tasks. It is used by my shutdown command
(AmiNet:util/libs/shutdown.lzh).
Version 2 of this library uses semaphores instead of Forbid()/Permit() and
fixes several bugs which didn't appear in connection with the shutdown command.
Version 3 implements QAllocMsg() and QFreeMsg().
QMessage has a new field qm_Data which points to the payload (which is
write protected under AmigaOS versions/clones which support MEMF_SHARED_READ).
Version 3.1 can be compiled with gcc again.